home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3 / INCLUDE / SNAP.H < prev    next >
Text File  |  1994-12-26  |  202b  |  8 lines

  1. #define     IDM_START   100
  2. #define     IDM_CLEAR   110
  3. #define     IDM_ABOUT   120
  4. #define     IDM_EXIT    130
  5. #define     IDM_HELP    140
  6.  
  7. LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
  8.